Java Script It!
See Also...
Info
Animated Cercles
 
Description
A java applet effect that places text on an animated background.

Properties
Property Description
Width The width of the applet in pixels.
Height The height of the applet in pixels.
Message The text that is displayed by the applet.
Font Face The name of the font that the Message will be displayed with.
Font Style The font style (bold, italic or bold italic) that the Message will be displayed in.
Font Size The size of the font that the Message will be displayed with.
Step Size The size of the background stripes in pixels.
Sleep Time The speed of the applet. The less the Sleep Time is (ie 0) the faster the applet will refresh.
Playback Style The animation style of the background for the applet.
Background Style The shape of the background stripes.
Background Color The color of one of the stripe sets on the background of the applet.
Foreground Color The color of the opposite stripe of the Background Color of the applet.
Text Color The color that the Message will be displayed with.
Insertion Point The character position within the current document where the applet code will be inserted into and hence appear within the browser. You must enter an Insert Point before viewing the applet within the current document.

Browser Compatibility
Navigator 3 IE 3 Navigator 4++ IE 4++
compatible compatible compatible compatible

Aditional Information
When uploading a document that contains this applet be sure to include the following class file(s) in the same directory as the HTML document...

  • AnimCercles.class

Troubleshooting

  • If the applet does not display properly or does not display at all then check to make sure that the applet code is inserted into the proper position within the document and that the tagging structure (ie broken tags) is correct
  • If the applet displayed locally but not when you upoaded it to a server then make sure that all class files were uploaded (listed above under Additional Information) and that their names were correctly maintained during the transer (class files names are case sensitive)

Info
Support